[VOTE] Release BSF 3.1 (based on RC2)
I've hopefully fixed all the problems reported with the previous RC1.
Please review and vote on the BSF 3.1 release.
The artifacts are available at:
http://people.apache.org/~sebb/bsf-3.1-RC2/
The Maven artifacts are at:
https://repository.apache.org/content/repositories/orgapache bsf-037/
The SVN tag is at:
http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.1-RC2
This will be renamed following a successful vote.
Keys are here:
http://www.apache.org/dist/jakarta/bsf/KEYS
Vote will remain open for at least 72 hours.
[ ] +1 I support this release.
[ ] -1 I am against releasing the packages (must include a reason).
Thanks in advance!
Re: [VOTE] Release BSF 3.1 (based on RC2)
sebb wrote:
> I've hopefully fixed all the problems reported with the previous RC1.
>
> Please review and vote on the BSF 3.1 release.
>
> The artifacts are available at:
>
> http://people.apache.org/~sebb/bsf-3.1-RC2/
>
> The Maven artifacts are at:
>
> https://repository.apache.org/content/repositories/orgapache bsf-037/
>
> The SVN tag is at:
>
> http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.1-RC2
>
> This will be renamed following a successful vote.
>
> Keys are here:
> http://www.apache.org/dist/jakarta/bsf/KEYS
>
> Vote will remain open for at least 72 hours.
>
> [ ] +1 I support this release.
> [ ] -1 I am against releasing the packages (must include a reason).
-1
The source tarball does no longer contains the engines submodule, therefore
the build fails:
================================ %< ===========================
$ mvn clean package
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------ ------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------ ------------
[INFO] Error building POM (may not be this project's POM).
Project ID: unknown
Reason: Could not find the model file './bsf-engines'. for project unknown
[INFO]
------------------------------------------------------------ ------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Could not find the model
file '/home/joehni/tmp/download/bsf-3.1-src/bsf-engines'. for project
unknown
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java: 404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:27 2)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMa in.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.ja va:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher. java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Could not find
the model file '/home/joehni/tmp/download/bsf-3.1-src/bsf-engines'. for
project unknown
at
org.apache.maven.project.DefaultMavenProjectBuilder.readMode l(DefaultMavenProjectBuilder.java:1575)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFro mSourceFileInternal(DefaultMavenProjectBuilder.java:506)
at
org.apache.maven.project.DefaultMavenProjectBuilder.build(De faultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:6 04)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.j ava:487)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.j ava:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java: 391)
... 12 more
Caused by: java.io.FileNotFoundException: /home/joehni/tmp/download/bsf-3.1-
src/bsf-engines (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
hidden.org.codehaus.plexus.util.xml.XmlReader.<init>(XmlReader.java:124)
at
hidden.org.codehaus.plexus.util.xml.XmlStreamReader.<init>(XmlStreamReader.java:67)
at
hidden.org.codehaus.plexus.util.ReaderFactory.newXmlReader(R eaderFactory.java:118)
at
org.apache.maven.project.DefaultMavenProjectBuilder.readMode l(DefaultMavenProjectBuilder.java:1570)
... 18 more
[INFO]
------------------------------------------------------------ ------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri Jun 04 19:43:51 CEST 2010
[INFO] Final Memory: 1M/15M
[INFO]
------------------------------------------------------------ ------------
================================ %< ===========================
- Jörg
Re: [VOTE] Release BSF 3.1 (based on RC2)
On 04/06/2010, Jörg Schaible <joerg.schaible [at] gmx.de> wrote:
> sebb wrote:
>
> > I've hopefully fixed all the problems reported with the previous RC1.
> >
> > Please review and vote on the BSF 3.1 release.
> >
> > The artifacts are available at:
> >
> > http://people.apache.org/~sebb/bsf-3.1-RC2/
> >
> > The Maven artifacts are at:
> >
> > https://repository.apache.org/content/repositories/orgapache bsf-037/
> >
> > The SVN tag is at:
> >
> > http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.1-RC2
> >
> > This will be renamed following a successful vote.
> >
> > Keys are here:
> > http://www.apache.org/dist/jakarta/bsf/KEYS
> >
> > Vote will remain open for at least 72 hours.
> >
> > [ ] +1 I support this release.
> > [ ] -1 I am against releasing the packages (must include a reason).
>
>
> -1
>
> The source tarball does no longer contains the engines submodule, theref=
ore
> the build fails:
Bother. I thought I had checked that. Should be easy enough to fix.
I assume you are referring to the non-Maven source tarball?
Re: [VOTE] Release BSF 3.1 (based on RC2)
sebb wrote:
> On 04/06/2010, Jörg Schaible <joerg.schaible [at] gmx.de> wrote:
>> sebb wrote:
>>
>> > I've hopefully fixed all the problems reported with the previous RC1.
>> >
>> > Please review and vote on the BSF 3.1 release.
>> >
>> > The artifacts are available at:
>> >
>> > http://people.apache.org/~sebb/bsf-3.1-RC2/
>> >
>> > The Maven artifacts are at:
>> >
>> > https://repository.apache.org/content/repositories/orgapache bsf-037/
>> >
>> > The SVN tag is at:
>> >
>> > http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.1-RC2
>> >
>> > This will be renamed following a successful vote.
>> >
>> > Keys are here:
>> > http://www.apache.org/dist/jakarta/bsf/KEYS
>> >
>> > Vote will remain open for at least 72 hours.
>> >
>> > [ ] +1 I support this release.
>> > [ ] -1 I am against releasing the packages (must include a reason).
>>
>>
>> -1
>>
>> The source tarball does no longer contains the engines submodule,
>> therefore the build fails:
>
> Bother. I thought I had checked that. Should be easy enough to fix.
>
> I assume you are referring to the non-Maven source tarball?
Yes. I was a bit surprised, since it was there with RC1.
- Jörg
Re: [VOTE] Release BSF 3.1 (based on RC2)
On 04/06/2010, Jörg Schaible <joerg.schaible [at] gmx.de> wrote:
> sebb wrote:
>
> > On 04/06/2010, Jörg Schaible <joerg.schaible [at] gmx.de> wrote:
> >> sebb wrote:
> >>
> >> > I've hopefully fixed all the problems reported with the previous R=
C1.
> >> >
> >> > Please review and vote on the BSF 3.1 release.
> >> >
> >> > The artifacts are available at:
> >> >
> >> > http://people.apache.org/~sebb/bsf-3.1-RC2/
> >> >
> >> > The Maven artifacts are at:
> >> >
> >> > https://repository.apache.org/content/repositories/orgapache bsf-03=
7/
> >> >
> >> > The SVN tag is at:
> >> >
> >> > http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.1-RC2
> >> >
> >> > This will be renamed following a successful vote.
> >> >
> >> > Keys are here:
> >> > http://www.apache.org/dist/jakarta/bsf/KEYS
> >> >
> >> > Vote will remain open for at least 72 hours.
> >> >
> >> > [ ] +1 I support this release.
> >> > [ ] -1 I am against releasing the packages (must include a reason)=
..
> >>
> >>
> >> -1
> >>
> >> The source tarball does no longer contains the engines submodule,
> >> therefore the build fails:
> >
> > Bother. I thought I had checked that. Should be easy enough to fix.
> >
> > I assume you are referring to the non-Maven source tarball?
>
>
> Yes. I was a bit surprised, since it was there with RC1.
I removed bsf-engines from the binary releases as decided on the dev list.
I had thought bsf-engines could be deleted entirely, so removed it
from the source in my workspace.
Then I found it was needed for some of the bsf-utils tests (the
additional XML helper classes) but forgot to reinstate the download
script in the source bundle.
I'll do another RC shortly.
Re: [VOTE] Release BSF 3.1 (based on RC2)
Le 05/06/2010 02:11, sebb a écrit :
> On 04/06/2010, Jörg Schaible <joerg.schaible [at] gmx.de> wrote:
>> sebb wrote:
>>
>> > On 04/06/2010, Jörg Schaible <joerg.schaible [at] gmx.de> wrote:
>> >> sebb wrote:
>> >>
>> >> > I've hopefully fixed all the problems reported with the previous RC1.
>> >> >
>> >> > Please review and vote on the BSF 3.1 release.
>> >> >
>> >> > The artifacts are available at:
>> >> >
>> >> > http://people.apache.org/~sebb/bsf-3.1-RC2/
>> >> >
>> >> > The Maven artifacts are at:
>> >> >
>> >> > https://repository.apache.org/content/repositories/orgapache bsf-037/
>> >> >
>> >> > The SVN tag is at:
>> >> >
>> >> > http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.1-RC2
>> >> >
>> >> > This will be renamed following a successful vote.
>> >> >
>> >> > Keys are here:
>> >> > http://www.apache.org/dist/jakarta/bsf/KEYS
>> >> >
>> >> > Vote will remain open for at least 72 hours.
>> >> >
>> >> > [ ] +1 I support this release.
>> >> > [ ] -1 I am against releasing the packages (must include a reason).
>> >>
>> >>
>> >> -1
>> >>
>> >> The source tarball does no longer contains the engines submodule,
>> >> therefore the build fails:
>> >
>> > Bother. I thought I had checked that. Should be easy enough to fix.
>> >
>> > I assume you are referring to the non-Maven source tarball?
>>
>>
>> Yes. I was a bit surprised, since it was there with RC1.
>
> I removed bsf-engines from the binary releases as decided on the dev list.
>
> I had thought bsf-engines could be deleted entirely, so removed it
> from the source in my workspace.
>
> Then I found it was needed for some of the bsf-utils tests (the
> additional XML helper classes) but forgot to reinstate the download
> script in the source bundle.
>
> I'll do another RC shortly.
So you cancel this vote ?
Luc
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>